	html,
		body {
			margin: 0 auto;
			width: 100vw;
			padding:0;
			color: #000000;
			overflow-x: hidden;
			min-width: 1250px;
			font-size:14px;
			font-family:"微软雅黑";
		}
		.layui-fluid{
			margin: 0;padding: 0;
			min-width: 1280px;
		}
		
		@media  screen and (max-width:1000px){
			body {
				font-size:12px !important
			}
		}
		
/* 		第一部分 顶部*/
		.level1{
			background-color: white;
		}
		.topnav {
			line-height:100px;
			text-align: right;
		}
 		.topnav span{
			font-size:1.0rem;
			line-height: 45px;
			padding:0 5px;
			font-weight: bold;
		}
		.toplogin {
			text-align: right;
			padding-right: 16px;
		}
		.toplogin span {
			font-size:1.5rem;
			line-height:100px;
			font-weight: bold;
			cursor: pointer;
		}
		.toploginnow {
			width:150px;
			background-color: #005AFF;
			height:100px;
			display: inline-block;
			text-align: center;
			color: white;
		}
		.yx-rotaion2{
			width: 100% !important;
		}
		.rotaionli img{
			width:100% !important
		}
		
		
/* 		第三部分 公告/登录/业务申办 */
		.level3 {
			background-image: url(../img/index/indexNew/bg1.png);
			background-repeat: no-repeat;
			background-size: cover;
		}
		.sbdiv{
			background-position:50%;
			background-size:contain;
			background-repeat:no-repeat;
			margin-top:5px;
			margin-left:5px;
			box-shadow: 0 2px 10px #d9d6d4;
		}
		#alreadyLogin{
			background-position:50%;
			background-size:contain;
			background-repeat:no-repeat;
			box-shadow: 0 2px 10px #d9d6d4;
		}
		.level42{
			background-position:50%;
			background-size:contain;
			background-repeat:no-repeat;
			box-shadow: 0 2px 10px #d9d6d4;
		}
		.level5 {
			background-image: url(../img/index/indexNew/bg2.png);
			background-repeat: no-repeat;
			background-size: cover;
			min-height:460px
		}
		.faqdiv{
			background-position:50%;
			background-size:contain;
			background-repeat:no-repeat;
			margin-top:5px;
			margin-left:5px;
			box-shadow: 0 2px 10px #d9d6d4;
		}
		.span-multi-line{
			display: -webkit-box;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: normal;
		}
		#footerDiv {
			width: 100%;
			height: 180px;
			background: url(../img/footerbg.png) no-repeat center;
			background-size: 100% 180px;
			min-width: 1200px;
		}
		#footerDiv span {
			font-size: 14px;
			margin-left: -10px;
			padding: 0;
		}
		.layui-nav-more {
			padding:0 !important;
			border-top-color:black !important
		}
		.layui-nav {
			background-color: white;
			padding-right:0px !important
		}
		.layui-nav-item >a {
			color:black !important;
			font-size:18px
		}
		.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
			/* background-color: #0039A6 !important; */
			background-color: white !important;
		}
		.addAddress{
					width: 200px;
					height: 40px;
					background: #5a9ced;
					color: white;
					border-radius: 5px;
					text-align: center;
					line-height: 40px;
					margin: 20px 30px;
					cursor: pointer;
					font-size: 18px;
				}
		.layui-layer-rim {
			border-radius: 25px !important;
		}
		/*悬浮变大*/
		 .scale:hover{
			transform: scale(1.1);
		}
		/* 头部导航条的鼠标悬浮下面按个东西 */
		.layui-nav-bar {
			display: none;
		}
			.layui-nav .layui-nav-item a{
			padding:0 10px !important	
		}
		.layui-nav .layui-nav-more{
			right:-2px !important
		}